home *** CD-ROM | disk | FTP | other *** search
- Path: erich.triumf.ca!bennett
- From: bennett@erich.triumf.ca (P.Bennett)
- Newsgroups: comp.lang.c
- Subject: Re: malloc.h
- Date: 17 Apr 1996 22:17 PST
- Organization: TRIUMF: Tri-University Meson Facility
- Distribution: world
- Message-ID: <17APR199622174354@erich.triumf.ca>
- References: <hartigan-1704961430130001@news.sonic.net>
- NNTP-Posting-Host: ftp.triumf.ca
- News-Software: VAX/VMS VNEWS 1.50
-
- In article <hartigan-1704961430130001@news.sonic.net>, hartigan@sonic.net (dennis hartigan) writes...
- >i have some source that i found and it includes a header file named
- ><malloc.h>...i have 4 books on C, and not one of them mention this
- >header...can someone tell me what is in this prototype???
-
- Just a wild guess, but I might expect malloc.h to contain prototypes for
- malloc(), free(), etc.
-
- Under standard C, these are in stdlib.h.
-
- Peter Bennett VE7CEI | Vessels shall be deemed to be in sight
- Internet: bennett@triumf.ca | of one another only when one can be
- Packet: ve7cei@ve7kit.#vanc.bc.ca | observed visually from the other
- TRIUMF, Vancouver, B.C., Canada | ColRegs 3(k)
- GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
- or: ftp://ftp-i2.informatik.rwth-aachen.de/pub/arnd/GPS/peter/index.html
- or: http:://vancouver-webpages.com/peter/index.html
-
-